[Global Namespace]
Namespaces
Functions
Translate the given message.
Throw an HttpException with the given data.
Throw an HttpException with the given data if the given condition is true.
Throw an HttpException with the given data unless the given condition is true.
Generate the URL to a controller action.
Get the available container instance.
Get the path to the application folder.
Assign high numeric IDs to a config item to force appending.
Add an element to an array using "dot" notation if it doesn't exist.
Collapse an array of arrays into a single array.
Divide an array into two arrays. One with keys and the other with values.
Flatten a multi-dimensional associative array with dots.
Get all of the given array except for a specified array of items.
Return the first element in an array passing a given truth test.
Flatten a multi-dimensional array into a single level.
Remove one or many array items from a given array using "dot" notation.
Get an item from an array using "dot" notation.
Check if an item or items exist in an array using "dot" notation.
Return the last element in an array passing a given truth test.
Get a subset of the items from the given array.
Pluck an array of values from an array.
Push an item onto the beginning of an array.
Get a value from the array, and remove it.
Get a random value from an array.
Set an array item to a given value using "dot" notation.
Sort the array by the given callback or attribute name.
Recursively sort an array by keys and values.
Filter the array using the given callback.
If the given value is not an array, wrap it in one.
Generate an asset path for the application.
Get the available auth instance.
Create a new redirect response to the previous location.
Get the path to the base of the install.
Hash the given value.
Get / set the specified cache value.
Convert a value to camel case.
Get the class "basename" of the given object / class.
Returns all traits used by a class, its subclasses and trait of their traits.
Get / set the specified configuration value.
Get the configuration path.
Create a new cookie instance.
Get the CSRF token value.
Fill in data where it's missing.
Get an item from an array or object using "dot" notation.
Set an item on an array or object using dot notation.
Get the database path.
Dump the passed variables and end the script.
Decrypt the given value.
Dispatch a job to its appropriate handler.
Get the path to a versioned Elixir file.
Encrypt the given value.
Determine if a given string ends with a given substring.
Gets the value of an environment variable.
Dispatch an event and call the listeners.
Create a model factory builder for a given class, name, and amount.
Get the first element of an array. Useful for method chaining.
Write some information to the log.
Convert a string to kebab case.
Get the last element from an array.
Log a debug message to the logs.
Generate a form field to spoof the HTTP verb used by forms.
Get the path to a versioned Mix file.
Get an item from an object using "dot" notation.
Retrieve an old input item.
Get a policy instance for a given class.
Replace a given pattern with each value in the array in sequentially.
Get the path to the public folder.
Get an instance of the redirector.
Get an instance of the current request or an input item from the request.
Resolve a service from the container.
Get the path to the resources folder.
Return a new response from the application.
Retry an operation a given number of times.
Generate the URL to a named route.
Generate an asset path for the application.
Generate a HTTPS url for the application.
Get / set the specified session value.
Convert a string to snake case.
Determine if a given string starts with a given substring.
Get the path to the storage folder.
Return the remainder of a string after a given value.
Determine if a given string contains a given substring.
Cap a string with a single instance of a given value.
Determine if a given string matches a given pattern.
Limit the number of characters in a string.
Get the plural form of an English word.
Generate a more truly "random" alpha-numeric string.
Replace a given value in the string sequentially with an array.
Replace the first occurrence of a given value in the string.
Replace the last occurrence of a given value in the string.
Get the singular form of an English word.
Generate a URL friendly "slug" from a given string.
Begin a string with a single instance of a given value.
Convert a value to studly caps case.
Call the given Closure with the given value then return the value.
Convert a value to title case.
Returns all traits used by a trait and its traits.
Translate the given message.
Translates the given message based on a count.
Generate a url for the application.
Create a new Validator instance.
Return the default value of the given value.
Get the evaluated view contents for the given view.
Determine whether the current environment is Windows based.
Return the given object. Useful for chaining.